List notes for a Shipment or Shipment Quote

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

query Parameters
page
integer

indicates what page of a list of query results you want to view

page-size
integer

indicates the how many items to return per page in a list request

Responses
200

List of notes for the given Shipment or Shipment Quote

Response Schema: application/json
page_size
integer
Array of objects (ShipmentNote)
total_count
integer
total_pages
integer
default

Default error response

get/shipments/{shipmentId}/notes/
Request samples
Response samples
application/json
{
  • "page_size": 0,
  • "results": [
    ],
  • "total_count": 0,
  • "total_pages": 0
}
Copyright © Shipwell 2024. All right reserved.